home *** CD-ROM | disk | FTP | other *** search
/ Software Explosion / Software Explosion (Fore-Matt Home Computing)(1996).iso / games / workbench / labyrinth_ii / messages.c < prev    next >
Text File  |  1988-10-04  |  118b  |  11 lines

  1.  
  2. talkerror ()
  3. {
  4.     print ("Sorry, error in trying to talk.\n");
  5. }
  6.  
  7. alreadyquiet ()
  8. {
  9.     print ("I'm quiet already!\n");
  10. }
  11.